set CFBundleDevelopmentRegion to "en" and set CFBundleAllowMixedLocalizations
authorJyrki Gadinger <nilsding@nilsding.org>
Wed, 26 Mar 2025 09:24:16 +0000 (10:24 +0100)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Wed, 26 Mar 2025 17:27:39 +0000 (17:27 +0000)
commitd9b61487580cb274d4762ad79a9c8f4f10a83e52
tree8141cec4ab8a1e4567961469f37e6038f348f0df
parent0291f9b72269bdaf43b9b6eccc74dea1ed0e698f
set CFBundleDevelopmentRegion to "en" and set CFBundleAllowMixedLocalizations

according to [1] the value should be a ISO 639-1 code, so let's correct
it

`CFBundleAllowMixedLocalizations` is the most interesting one: with this
being set the reported QLocale will no longer be English as well

(this also bumps the version info to 2025 :D)

[1]: https://developer.apple.com/documentation/bundleresources/information-property-list/cfbundledevelopmentregion

Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
cmake/modules/MacOSXBundleInfo.plist.in
src/gui/application.cpp